#!/bin/sh
# srchpprog0
#   program flash from host port
set -x

################################
# load boot loader
srcbootldr0

################################
# load boot, a subset of the firmware that excludes signal generation
#   but includes flash programming support and other functions
srcloadboot0

################################
# program flash
srcromprog0
